var google.golang.org/protobuf/reflect/protoreflect.stringType
7 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_equal.go#L58: case stringType:
value_union.go#L216: case stringType:
value_union.go#L245: case stringType:
value_union.go#L313: case stringType:
value_union.go#L373: case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
value_unsafe.go#L30: stringType = typeOf(*new(string))
value_unsafe.go#L65: return Value{typ: stringType, ptr: unsafe.Pointer(unsafe.StringData(v)), num: uint64(len(v))}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)